home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4953 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: vb.franken.de!volker
  2. From: volker@vb.franken.de (Volker Barthelmann)
  3. Subject: Re: 680X0 -> PPC translator?
  4. Newsgroups: comp.sys.amiga.programmer
  5. References: <4h4fk6$f7a@maze.ruca.ua.ac.be> <19960229.43A058.11BCF@am090.du.pipex.com> <313D3A8F.148C@sapiens.com>
  6. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  7. Message-ID: <volker.0fpv@vb.franken.de>
  8. Date: 6 Mar 96 21:46:33 MET
  9. Organization: home
  10.  
  11. Avi Lev (avil@sapiens.com) wrote:
  12. :
  13. : Hi, IMHO, the way i would try to solve the problem is by going
  14. : through all the programs' segments picking up all the different
  15. : calls which are addressed to the program itself (not to outside
  16. : libraries or devices), which is easy to solve cuz every such
  17. : call must use the A6 as the base register and so every other
  18. : call is to code within the program, then all there's to be done
  19.  
  20. This is completely wrong. External calls don't have to use a6 as base
  21. register and calls with a6 as base don't have to go outside.
  22.  
  23. And the called address can be calculated during program execution.
  24.  
  25. Volker
  26.  
  27.